Some utilities:

asoft_detoken:
	will "detokenize" an applesoft-basic program, and print out
	the file listing in plain text.
	
	can easily be converted to handle Integer BASIC, but I don't
	have any such files.
	
	usage:
	
	     asoft_detoken < FILENAME
	     
	     
 catalog:
 	will show contents of a disk image, just like the DOS command
	"CATALOG"
	
	usage:
	
		catalog DISK.IMG 
		
	this will also create a directory named "DISK" containing all
	files found on the image

zd:
        hex dump utility
